projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d95cef
)
Make image-dired-thumbnail-mode non-interactive
author
Stefan Kangas
<stefan@marxist.se>
Fri, 12 Nov 2021 03:27:11 +0000
(
04:27
+0100)
committer
Stefan Kangas
<stefan@marxist.se>
Fri, 12 Nov 2021 03:27:35 +0000
(
04:27
+0100)
* lisp/image-dired.el (image-dired-thumbnail-mode): No longer
interactive, as it only makes sense in a specially prepared buffer.
lisp/image-dired.el
patch
|
blob
|
history
diff --git
a/lisp/image-dired.el
b/lisp/image-dired.el
index 8e5a6d898c05d5b12c7e909114973f45c6e82ae9..d57417b25b384d75aed85b94eb62fb742edf1743 100644
(file)
--- a/
lisp/image-dired.el
+++ b/
lisp/image-dired.el
@@
-1660,6
+1660,7
@@
You probably want to use this together with
special-mode "image-dired-thumbnail"
"Browse and manipulate thumbnail images using Dired.
Use `image-dired-minor-mode' to get a nice setup."
+ :interactive nil
(buffer-disable-undo)
(add-hook 'file-name-at-point-functions 'image-dired-file-name-at-point nil t)
(setq-local window-resize-pixelwise t)